Ubuntu Mount Posted on 2022-06-16 | In OS Mount remote folder on Windows/Linux:12sudo apt-get install cifs-utilssudo mount -t cifs -o username=XXX,password=XXX //10.70.1.82/src_dir tgt_dir Mount sharefolder between host machine and virtualbox:1sudo mount -t vboxsf -o uid=$UID,gid=$(id -g) share_name tgt_dir